home *** CD-ROM | disk | FTP | other *** search
- HTML
-
- [&file index.html]
- <html>
- <head>
- <title>[%program] [%version] Collection Report</title>
- </head>
-
- <frameset cols="160,*">
- <frame src="categories.html" name="_lframe">
- <frame src="welcome.html" name="_rframe">
- </frameset>
-
- <noframes>
- This document requires a frames-capable browser.
- </noframes>
- </html>
- [&end]
-
- [&file categories.html]
- <html>
- <body bgcolor="#99cc99">
- <hr>
- <center><a href="http://www.obvion.com/discplay/" target="_top"><img src="http://www.obvion.com/discplay/images/logoanim.gif"></a></center>
- <hr>
- <table width="100%">
- [&foreach category]
- <tr>
- <td colspan=2>
- <font face="ms sans serif" size="-2"><b><a href="[%category|].html" target="_rframe">[%category]</a></b></font>
- </td>
- </tr>
- [&foreach artist]
- <tr>
- <td></td>
- <td>
- <font face="ms sans serif" size="-2"><a href="[%category|].html#[%artist]" target="_rframe">[%artist]</a>
- </td>
- </tr>
- [&end]
- [&end]
- </table>
- <p>
- <hr>
- <center>
- <font face="ms sans serif,arial" size="-2">
- Generated by <a href="http://www.obvion.com/discplay/">DiscPlay 4</a> Audio CD Player for Windows.
- <p>
- Template Copyright (c) 1997 Obvion Systems and/or its suppliers. All rights reserved.
- </font>
- </center>
- </body>
- </html>
- [&end]
-
- [&file welcome.html]
- <html>
- <body bgcolor="white">
- <center>
- <br><br><br>
- <a href="http://www.obvion.com/discplay/"><img src="http://www.obvion.com/discplay/images/logo320.jpg"></a><p>
- <font face="ms sans serif,arial" size="+1">To browse music categories or artists, click an item on the left.</font>
- </center>
- </body>
- </html>
- [&end]
-
- [&foreach category]
- [&file %category.html]
- <html>
- <body bgcolor="white">
- <table width="100%">
- <tr>
- <td bgcolor="#ffcc00">
- <font face="ms sans serif,arial" size="+2">[%category]</font>
- </td>
- </tr>
- <tr>
- <td>
- <font face="ms sans serif,arial" size="-1">
- <pre>
- </pre>
- [&foreach artist]<ul><b><a name="[%artist]">[%artist]</a></b><br>
- <ul>
- [&foreach album]<a href="#[%album]">[%album_title]</a><br>
- [&end]
- </ul>
- </ul>[&end]
- </font>
- <pre>
- </pre>
- </td>
- </tr>
- [&foreach artist]
- [&foreach album]
- <tr>
- <td colspan="3" bgcolor="#ffcc00">
- <a name="[%album]"><font face="ms sans serif,arial" size="-1"><b>[%artist] . [%album_title]</b></a>
- </td>
- </tr>
- <tr>
- <td colspan="3">
- <font face="ms sans serif,arial" size="-2">
- <font size="-3">[[ <a href="http://www.cduniverse.com/cgi-bin/cdubin.exe/rlinka/ean=[%album_artist!]/frm=lk_DiscPlay/" target="_parent">Purchase It</a> | <a href="[%category|].html#[%album_artist]">Return to "[%album_artist]"</a> ]</font><br>
- <br>
- <ul>
- <b>Title</b> [%album_title]<br>
- <b>Artist</b> [%album_artist]<br>
- <b>Copyright</b> [%album_copyright]<br>
- <b>Owner</b> [%album_owner]<br>
- <b>Tracks</b><br>
- <ul>
- [&foreach track][%loop_index]. [%track_title] ([%track_length])<br>
- [&end]
- </ul>
- </ul>
- </font>
- <br>
- <br>
- </td>
- </tr>
- [&end]
- [&end]
-
- </table>
- </body>
- [&end]
- [&end]
-
-